/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Main;
import sudoku.Controlador.ControladorSeleccionarVista;
/**
*
* @author User
*/
public class Main {
public static void main(String[] args){
ControladorSeleccionarVista cSV = new ControladorSeleccionarVista();
}
}